.ggao {
    width: 1200px;
    margin: 0 auto;    
}
.ggao img{
	margin-top:20px;
	display: block;
}
/* 精选软件 */
.indNav {
    width: 1200px;
    margin: 20px auto 0;    
}

.selected {   
	width: 100%; 
    padding: 8px 33px 28px;
    /*background: url('http://www.mydown.com/TLimages2009/topspeed/images/selected.png') no-repeat top left;*/
    border: 1px solid #eee;	
    background-color: #fff;
    font-size: 0;
    box-sizing: border-box;
    display: inline-block;
}

.selected li {
	margin-top: 20px;
    display: inline-block;
    width: 10%;
    text-align: center;
    float: left;
}

.selected li .seIcon {
    width: 62px;
    height: 62px;
    display: inline-block;
    position: relative;
}
.selected li .seIcon img{
    width: 62px;
    height: 62px;
    border-radius: 10px;
    transition: transform .5s ease-in-out 0s;
    -webkit-transition: transform .5s ease-in-out 0s;
}
.selected li .seName {
    height: 21px;
    line-height: 21px;
    margin-top: 10px;
    font-size: 14px;
    color: #1d1d1d;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;    
}

.selected li .seName:hover,
.indNavWrap li a:hover {
    text-decoration: underline;
    color:#009cff;
}
.softIcon {
    position: relative;
}
.softIcon .softIcon-hover {
    background-color: var(--color);
    background-size: cover;
    background-repeat: no-repeat;
}
.softIcon .softIcon-hover{
    --size: 83px;
    width: var(--size);
    height: var(--size);
    position: absolute;
    top: 19px;
    left: -10px;
    background-image: var(--img);
    border-radius: 55px;
    opacity: .6;
    transform: scale(0) translateX(-50%);
    filter: blur(20px) opacity(70%);
    z-index: 0;
    transition-delay: .05s;
    transition: transform .3s ease-in-out;
}
.indNav ul li a .softIcon .softIcon-hover{
    top: -56px;
    left: -10px;
}
.indNav ul li a:hover .softIcon-hover {
    transform: scale(1);
}
.indNav ul li a:hover img{
    transform: scale(1.1);
}
.indNav .hot1 .seIcon:before,.indNav .new1 .seIcon:before,.indNav .hot2 .seIcon:before,.indNav .new2 .seIcon:before,.mzjrtj h3:before,.rmrjk h3:before,.main-layout .block .floatR .tabbox dl dd span:before,.blocktit dt:before,.cyrj_list dl dt,.ph_list dl:nth-of-type(1) dt span,.ph_list dl:nth-of-type(2) dt span,.ph_list dl:nth-of-type(3) dt span,.swiper-button-next, .swiper-container-rtl .swiper-button-prev,.swiper-button-prev, .swiper-container-rtl .swiper-button-next,.xzph_list h3:before,.xzph_list ul li:nth-of-type(1) > em,.xzph_list ul li:nth-of-type(2) > em,.xzph_list ul li:nth-of-type(3) > em,.blocktit dd.more a:after{
	background:url(https://www.mydown.com/TLimages2023/mydown/images/202302/jsxzindex/index_icon.png) no-repeat;
}
.indNav .hot1 .seIcon:before{
	content:'';
	width: 38px;
	height: 22px;
	background-position: 0 0;
	position: absolute;
	top: -10px;
	right: -5px;
	display: inline-block;
	z-index: 2;
}
.indNav .new1 .seIcon:before{
	content:'';
	width: 38px;
	height: 22px;
	background-position: -44px 0;
	position: absolute;
	top: -10px;
	right: -5px;
	display: inline-block;
	z-index: 2;
}
.indNav .hot2 .seIcon:before{
	content:'';
	width: 37px;
	height: 38px;
	background-position: 0 -28px;
	position: absolute;
	left: -6px;
	left: -4px;
	display: inline-block;
	z-index: 2;	
}
.indNav .new2 .seIcon:before{
	content:'';
	width: 37px;
	height: 38px;
	background-position: -46px -28px;
	position: absolute;
	top: -3px;
	left: -3px;
	display: inline-block;
	z-index: 2;
	transition: transform .5s ease-in-out;
}
.indNav .new2:hover .seIcon:before{
	transform: scale(1.2);
}
/*主体*/
.main-layout .block{
	width: 100%;
	display: inline-block;
}
.main-layout .block .floatL{
	width: 600px;
	overflow: hidden;
 }
.main-layout .block .floatR{
	width: 580px;	
}
.jdt{
 	margin-top: 20px;
 	width: 600px;
 	height: 311px;
 	overflow: hidden;
 	position: relative;
 }
.jdt li{
	width: 600px;
	height:300px; 
	position: relative;
	overflow:hidden;
}
.jdt li img{
	width: 600px;
	height: 300px;
	display: block;	
}

.jdt .swiper-pagination{
    bottom: -3px!important;    
}
.jdt .swiper-pagination-bullet{
    width:77px;
    height:4px;    
    border-radius: 4px;
    background:#dcdcdc;
    opacity:1;
}
.jdt>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 10px 0 0;
}
.jdt>.swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(7){
	margin-right: 0;
}
.jdt .swiper-pagination-bullet-active{
	width: 77px;
	height: 4px;
    opacity:1;
    position: relative;
}
.jdt .swiper-pagination-bullet-active:before{
	content:'';
	width: 4px;
	height: 4px;
	background:#009cff;   
	border-radius: 4px; 
  	animation: tear-animation 3s linear forwards;
  	display: inline-block;
  	position: absolute;
  	top: 0;
  	left: 0;
}
@keyframes tear-animation {
    0% {
    	width: 4px;
        
    }   
    100% {     
      width: 77px;
    }
}
.mzjrtj{
	width: 598px;
	height: 182px;
	margin-top: 20px;
	border:#eee solid 1px;
	background:#fff;
}
.mzjrtj h3,.rmrjk h3{
	width: 100%;	
	padding-top: 14px;
	font-size: 22px;
	color:#2c2c2c;
	font-weight: bold;
	line-height: 34px;
	text-align: center;
}
.mzjrtj h3:before,.rmrjk h3:before{
	content:'';
	margin-right: 12px;
	width: 34px;
	height: 34px;
	background-position: -93px -28px;
	display: inline-block;
	vertical-align: middle;
}
.mzjrtj dl{
	margin-left:30px;
	margin-top: 15px;
	width: 160px;
	float:left;
}
.mzjrtj dl dt{
	margin-right: 10px;
	width: 40px;
	float:left;
}
.mzjrtj dl dt img{
	width: 40px;
	height: 40px;
}
.mzjrtj dl dd > a{
	font-size: 14px;
	color:#1d1d1d;
	display: block;
	overflow:hidden;	
	white-space:nowrap;
}
.mzjrtj dl dd > a:hover{
	color:#009cff;
}
.mzjrtj dl dd p{
	margin-top: 4px;
	font-size: 12px;
	color:#999999;
	overflow:hidden;	
	white-space:nowrap;
}
.mzjrtj dl dd span,
.mzjrtj dl dd a.but{
	width: 48px;
	height: 18px;
	font-size: 12px;
	color:#00b951;
	line-height: 20px;
	text-align: center;
	border:#00b951 solid 1px;
	border-radius: 5px;
	cursor: pointer;
	display: none;

}
.mzjrtj dl:hover p{
	display: none;
}
.mzjrtj dl:hover span,
.mzjrtj dl:hover a.but{
	display: inline-block;
}
.mzjrtj dl span:hover,
.mzjrtj dl a.but:hover{
	color:#fff;
	background:#00b951;	
}
.rmrjk{
	width: 598px;
	height: 202px;
	margin-top: 20px;
	border:#eee solid 1px;
	background:#fff;
}
.rmrjk h3:before{
	background-position: -137px -28px;
}
.rmrjk dl{
	margin-top: 15px;
}
.rmrjk dl dt{
	margin-left: 30px;
	width: 240px;
	height: 120px;
	float:left;
	overflow: hidden;
}
.rmrjk dl dt img{
	width: 240px;
	height: 120px;
	display: block;
	transition: all 1s;
}
.rmrjk dl dt img:hover{
	transform: scale(1.1);
}
.rmrjk dl dd span a{
	margin-left:10px;
	margin-bottom: 10px;
	width: 137px;
	height: 31px;
	font-size: 14px;
	color:#009cff;
	line-height: 33px;
	text-align: center;
	border:#009cff solid 1px;
	display: inline-block;
	cursor: pointer;
}
.rmrjk dl dd span.on a{
	color:#fff;
	background:#009cff;
}
.block .floatR .tabbox{
	margin-top: 20px;
	width: 578px;
	height: 737px;
	border:#eee solid 1px;
	background:#fff;
}
.block .floatR .tabbox dl{
	width: 100%;
	height: 62px;
	border-bottom:#e4e4e4 solid 1px;
}
.block .floatR .tabbox dl dd{
	margin: 15px 27px 0;
	width: 90px;
	height: 36px;
	font-size: 20px;
	color:#7e7e7e;
	font-weight: bold;
	text-align: center;
	line-height: 36px;
	float:left;
	position: relative;	
}
.block .floatR .tabbox dl dd span{
	font-size: 20px;
	color:#7e7e7e;
	font-weight: bold;
	width: 100%;
	height: 100%;
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.block .floatR .tabbox dl dd.on{
	background:#009cff;
	border-radius: 5px;
}
.block .floatR .tabbox dl dd.on span{
	color:#fff;
}
.block .floatR .tabbox dl dd.on:before{
	content:'';
	width: 100%;
	height: 3px;
	background:#009cff;
	display: inline-block;
	position: absolute;
	bottom: -13px;
	left: 0;
}
.block .floatR .tabbox dl dd:after{
	content:'';
	width: 3px;
	height: 3px;
	background:#d5d5d5;
	border:#fff solid 3px;
	display: inline-block;
	position:absolute;
	bottom: -16px;
	left: 50%;
	margin-left: -4px;
}
.block .floatR .tabbox dl dd.on:after{	
	background:#009cff;
}
.block .floatR .tabbox dl dd span:before{
	content:'';
	margin-right: 8px;
	display: inline-block;
}
.block .floatR .tabbox dl dd.rm span:before{	
	width: 17px;
	height: 20px;	
	background-position: -196px 0;
	vertical-align: -4px;
}
.block .floatR .tabbox dl dd.rm.on span:before{
	background-position: -93px 0;
}
.block .floatR .tabbox dl dd.rj span:before{	
	width: 20px;
	height: 20px;	
	background-position: -219px 0;
	vertical-align: -3px;
}
.block .floatR .tabbox dl dd.rj.on span:before{
	background-position: -116px 0;
}
.block .floatR .tabbox dl dd.yx span:before{	
	width: 24px;
	height: 19px;	
	background-position: -246px 0;
	vertical-align: -2px;
}
.block .floatR .tabbox dl dd.yx.on span:before{
	background-position: -141px 0;
}
.block .floatR .tabbox dl dd.mac span:before{	
	width: 17px;
	height: 21px;	
	background-position: -278px 0;
	vertical-align: -2px;
}
.block .floatR .tabbox dl dd.mac.on span:before{
	background-position: -171px 0;
}
.block .floatR .tabbox dl dd.on span:after{
	content:'';
	border-width: 5px;
    border-style: solid;
    border-color: #009cff transparent transparent transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
    display: inline-block;
}
.block .floatR .tabbox .rjlist{
	display: none;
}
.block .floatR .tabbox .rjlist h2{
    width: 530px;
	margin: 0 auto;
	margin-top: 28px;
	font-size: 22px;
	color:#ff4542;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.block .floatR .tabbox .rjlist h2 a{
	color:#ff4542;
}
.block .floatR .tabbox .rjlist ul{
	margin-top: 10px;
	padding:0 30px;
	width: 100%;
	box-sizing: border-box;
	display: inline-block;
}
.block .floatR .tabbox .rjlist ul li{
	margin-top: 14px;
	width: 100%;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
}
.block .floatR .tabbox .rjlist ul li .pull-left,.block .floatR .tabbox .rjlist ul li .pull-right{
	display: block;
}
.block .floatR .tabbox .rjlist ul li .pull-left{
	width: 450px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	float:left;
}
.block .floatR .tabbox .rjlist ul li .software{
	width:25px;
	height: 25px;
	margin-right: 10px;
	float:left;
}
.block .floatR .tabbox .rjlist ul li .software img{
	width: 25px;
	height: 25px;
	display: block;
}
.block .floatR .tabbox .rjlist ul li .classification{
	width: 55px;
	font-size: 14px;
	color:#999;	
	line-height: 25px;
	margin-right: 10px;
	float:left;	
	overflow: hidden;
	white-space:nowrap;
}
.block .floatR .tabbox .rjlist ul li .softtit{	
	font-size: 14px;
	color:#1d1d1d;
	line-height: 25px;	
}
.block .floatR .tabbox .rjlist ul li .time{
	margin-left: 10px;
	font-size: 16px;
	color:#7e7e7e;
	line-height: 25px;
}
.block .floatR .tabbox .rjlist ul li .softtit:hover{
	color:#009cff;
}
.cyrjbox{
	margin-top: 20px;
	width: 100%;
	padding:0 30px;
	border:#eee solid 1px;
	box-sizing: border-box;
	background:#fff;
	display: inline-block;
}
.blocktit{
	width: 100%;
	height: 62px;
	border-bottom:#e4e4e4 solid 1px;	
}
.blocktit dt{
	font-size: 22px;
	color:#2c2c2c;
	font-weight: bold;
	line-height: 62px;
	display: inline-block;
}
.blocktit dt:before{
	content:'';
	margin-right:10px;
	width: 21px;
	height: 21px;
	background-position: -176px -28px;
	display: inline-block;
	vertical-align: -4px;
}
.blocktit dd{
	font-size: 16px;
	color:#7e7e7e;
	line-height: 62px;
	float:right;
}
.blocktit dd a{
	margin-left: 40px;
}
.blocktit dd a:hover{
	color:#009cff;
}
.cyrj_list{
	width: 844px;
	padding-bottom: 20px;
	display: inline-block;
}
.cyrj_list dl{
	width: 191px;
	margin-top: 25px;
	margin-right: 20px;	
	padding-top: 30px;
	padding-bottom: 15px;
	border:#eee solid 1px;
	border-top: 0;
	border-radius:8px; 
	float: left;	
	box-sizing: border-box;
	position: relative;
}
.cyrj_list dl dt{
	width: 191px;
	height: 34px;
	font-size: 16px;
	color:#fff;
	text-align: center;
	line-height: 34px;
	background-position: 0 -101px;
	position: absolute;
	top: -5px;
	left: -1px;
}
.cyrj_list dl:nth-of-type(4n-2) dt{
	background-position: 0 -137px;
}
.cyrj_list dl:nth-of-type(4n-1) dt{
	background-position: 0 -173px;
}
.cyrj_list dl:nth-of-type(4n) dt{
	background-position: 0 -210px;
}
.cyrj_list dl dd{
	width: 100%;	
	margin-top: 10px;
	font-size: 14px;
	color:#1d1d1d;
	line-height: 30px;
	padding:0 10px;
	box-sizing: border-box;	
	display: block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.cyrj_list dl dd a{
	color:#1d1d1d;
}
.cyrj_list dl dd a:hover{
	color:#009cff;
}
.cyrj_list dl dd a img{
	width: 30px;
	height: 30px;
	margin-right: 10px;
	vertical-align: middle;
}
/* 下载总排行榜 */
.totalPh{
	width: 286px		
}
.totalPh .title{
	width: 100%;
	height:38px;	
    font-size: 18px;
    color: #2c2c2c;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    text-indent: 36px;
    margin-top: 10px;
    padding-top: 2px;
    background:url(https://www.mydown.com/TLimages2023/mydown/images/202302/jsxzindex/phtit.png) no-repeat;
    display: inline-block;
}
.ph_list{
    padding: 0px 0px 20px 0px;
}
.ph_list dl{
    margin-top: 9px; 
    position: relative;   
}
.ph_list dl dt{
	width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ph_list dl dt span{
	width: 27px;
	height: 24px;
    display: inline-block;
    font-size: 14px;
    color: #c2c2c2;
    line-height: 21px;
    font-weight: bold;
    text-align: center;  
    position: absolute;
    top: 2px;
    left: 0px; 
}
.ph_list dl:nth-of-type(1) dt span,.ph_list dl:nth-of-type(2) dt span,.ph_list dl:nth-of-type(3) dt span{
	font-size: 12px;	
	color:#fff;
	line-height: 28px;
	margin-top: -2px;
}
.ph_list dl:nth-of-type(1) dt span{    
	background-position: -138px -69px;
}
.ph_list dl:nth-of-type(2) dt span{	
	background-position: -167px -69px;
}
.ph_list dl:nth-of-type(3) dt span{	
	background-position: -196px -69px;
}
.ph_list dl dt a{
    font-size: 14px;
    color: #1d1d1d;
    line-height: 24px;
    margin-left: 5px;    
    
    padding-left: 34px;
}
.ph_list dl:hover dt a{
    color:#1d1d1d;
}
.ph_list dl.show dt a{
	color:#1d1d1d;
}
.ph_list dl.show dt a:hover{
    color: #009cff;
}
.ph_list dl dd{
    margin-left: 40px;
    margin-top: 9px;
    overflow: hidden;
    display: none;
}
.ph_list dl.show dd{
    display: block;
}
.ph_list dl dd .picture_box{
    width: 48px;
    height: 48px;
    border: 1px solid #eee;
    border-radius: 5px;
    position: relative;
    display: block;
    float: left;
}
.ph_list dl dd .picture_box img{
   width: 35px;
   position: absolute;
   top: 50%;
   left: 50%;
   margin-left: -17px;
   margin-top: -17px;
   vertical-align: top;
}
.ph_list dl dd p{
    vertical-align: top;
    font-size: 14px;
    color: #838282;
    float: left;
    margin-left: 10px;
    margin-top: -2px;
}
.ph_list dl dd  p span{
    color: #dbdbdb;
    padding: 0px 15px;
}
.ph_list dl dd  p img{
	vertical-align: 1px;
}
.ph_list dl dd  p button,
.ph_list dl dd  p a.but{
    display:block;
    width: 62px;
    height: 21px;
    border: 1px solid #00ca44;
    color: #00ca44;
    font-size: 14px;
    text-align: center;
    line-height: 23px;
    border-radius: 5px;
    margin-top: 12px;
    background: #fff;
    cursor: pointer;
}
.ph_list dl dd  p button:hover,
.ph_list dl dd  p a.but:hover{
    background: #00ca44;
    color: #fff;
}
.blocktit span{
	margin-left: 25px;
}
.blocktit span a{
	height: 24px;
	padding: 0 11px;
	margin: 0 12px;
	font-size: 14px;
	color:#7e7e7e;
	line-height: 24px;
	display: inline-block;
}
.dnrjbox{
	margin-top: 20px;
    width: 100%;
    padding: 0 30px;
    border: #eee solid 1px;
    box-sizing: border-box;
    background: #fff;
    display: inline-block;
}
.blocktit .linkon,.blocktit span a:hover{
	color:#009cff;
	background:#e0f3ff;
	border-radius: 24px;
}
.blocktit dd a{
	cursor: pointer;
}
.blocktit dd .on{
	color:#009cff;
}
.dnrjbox .blocktit dt:before{
	width: 24px;
	height: 21px;
	background-position:-241px -28px; 
	vertical-align: -3px;
}
.macrj .blocktit dt:before{
	width: 20px;
	height: 25px;
	background-position: -27px -69px;
	vertical-align: -2px;
}
.dnyxrj .blocktit dt:before{
	width: 28px;
	height: 23px;
	background-position: -268px -28px;
	vertical-align: -4px;
}
.dnrj_lixt{
	width: 100%;
	display: none;
}
.dnrj_lixt dl{
    padding: 24px 22px;
    width: 145px; 
    border-bottom:#eee solid 1px;  
    float: left;
}
.dnrj_lixt dl:nth-child(n+13){
	border-bottom: 0;
}

.dnrj_lixt dl dt{
    width: 50px;
    height: 50px;
}
.dnrj_lixt dl dt a{
    display: block;
}
.dnrj_lixt dl dt img{
    width: 50px;
    height: 50px;
}
.dnrj_lixt dl dd{
    width: 85px;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 10px;
}
.dnrj_lixt dl dd a{ 
	font-size: 14px;
	color:#1d1d1d;   
    display: block;
}
.dnrj_lixt dl dd a:hover{
	color:#009cff;
}
.dnrj_lixt dl dd p{
    font-size: 12px;
    color: #999;
}
.dnrj_lixt dl dd img{
    display: block;
    margin:2px 0;
}
.rjkubox{
	margin-top: 20px;
    width: 100%;
    padding: 0 30px 20px;
    border: #eee solid 1px;
    box-sizing: border-box;
    background: #fff;
    display: inline-block;
}
.rjkubox .blocktit dt:before{
	width: 23px;
	height: 26px;
	background-position: 0 -69px;
	vertical-align: -5px;
}
.rjkubox .ztsbox{
	display: none;
	position: relative;
}
.rjkubox .ztsbox{
	width: 1138px;
	height: 460px;	
}
.rjkubox .ztsbox .ztlist{
	width: 100%;	
	overflow: hidden;
}
.rjkubox .ztsbox .swiper-wrapper{
	width: 1138px;
	float: left
}
.rjkubox .ztsbox ul li{
	margin-top: 20px;
	margin-right: 20px;
	width: 366px;	
	text-align: center;
	float: left;
}
.rjkubox .ztsbox ul li:nth-of-type(3n){
	margin-right: 0;
}
.rjkubox .ztsbox ul li > a{
	width: 366px;
	height: 183px;
	display: block;
	overflow: hidden;
}
.rjkubox .ztsbox ul li img{
	width: 366px;
	height: 183px;
	display: block;
	transition: all 1s;
}
.rjkubox .ztsbox ul li img:hover{
	transform: scale(1.1);
}
.rjkubox .ztsbox ul li p{
	margin-top: 6px;
	font-size: 14px;
	color:#1d1d1d;
	width: 100%;
	overflow:hidden;	
	white-space:nowrap;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: 50%;
    left: auto;
    margin-right:-625px;
    width: 27px;
    height: 51px;    
    background-position: -269px -109px;
}
.swiper-button-next:hover, .swiper-container-rtl .swiper-button-prev:hover{
	background-position: -269px -56px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  left: 50%;
  right: auto;
  margin-left:-625px;
  width: 27px;
  height: 51px;  
  background-position: -241px -109px;  
}
.swiper-button-prev:hover, .swiper-container-rtl .swiper-button-next:hover{
	background-position: -241px -56px;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
    cursor: auto;
    pointer-events: none;
}
.rjxzph,.rjjiaoc{
	margin-top: 20px;
    width: 100%;
    padding: 0 30px 20px;
    border: #eee solid 1px;
    box-sizing: border-box;
    background: #fff;
    display: inline-block;
}
.rjxzph .blocktit dt:before{
	width: 27px;
	height: 26px;
	background-position: -51px -69px;
	vertical-align: -6px;
}
.blocktit dd.more a{
	font-size: 14px;
}
.blocktit dd.more a:after{
	content:'';
	margin-left: 6px;
	width: 7px;
	height: 13px;
	background-position: -198px -101px;
	display: inline-block;
	vertical-align: -1px;
}
.blocktit dd.more a:hover:after{
	background-position: -208px -101px;
}
.xzph_list{
	margin: 20px 30px 0 10px;
	width: 346px;	
	float: left;
}
.xzph_list.ph90d{
	margin-right: 0;
}
.xzph_list h3{
	width: 100%;
	height: 39px;
	font-size: 18px;
	color:#fff;
	font-weight: bold;
	text-align: center;
	line-height: 39px;
	background:url(https://www.mydown.com/TLimages2023/mydown/images/202302/jsxzindex/phtit2.png) no-repeat;
	background-position: 0 0;
}
.ph30d h3{
	background-position: 0 -40px;	
}
.ph90d h3{
	background-position: 0 -80px;	
}
.xzph_list h3:before{
	content:'';
	margin-right: 10px;
	width: 24px;
	height: 19px;
	background-position: -198px -119px;
	display: inline-block;
	vertical-align: middle;
}
.xzph_list ul{
	width: 100%;
	height: 335px;
	padding:10px 30px 5px;
	background:#fdf7f6;
	border-radius:5px;
	box-sizing: border-box;
	display: inline-block;
}
.ph30d ul{
	background:#f9f7fb;
}
.ph90d ul{
	background:#f3f9fd;	
}
.xzph_list ul li {  
	margin-top: 8px;  
    width: 100%;
    height: 25px;
    box-sizing: border-box;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 0;
}
.xzph_list ul li > em{
	margin-right: 10px;	
	display: block;
	float: left;
	width:27px;
	height: 24px;
	font-size: 14px;
	color: #c2c2c2;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
}

.xzph_list ul li:nth-of-type(1) > em{    
    background-position: -138px -69px;
    line-height: 28px;
    color:#fff;
    font-size: 12px;
    margin-top: 0;
}
.xzph_list ul li:nth-of-type(2) > em{    
    background-position: -167px -69px;
    line-height: 28px;
    color:#fff;
    font-size: 12px;
    margin-top: 0;
}
.xzph_list ul li:nth-of-type(3) > em{    
    background-position: -196px -69px;
    line-height: 28px;
    color:#fff;
    font-size: 12px;
    margin-top: 0;
}
.xzph_list ul li.on{
	height: auto;
}
.xzph_list ul li.on > em{
	margin-top: 20px;
}
.xzph_list ul li .rpic {
	width: 65px;
    height: 65px;    
    box-sizing: border-box;
    overflow: hidden;
    float: left;
    margin-right: 15px;
    display: none;
}
.xzph_list ul li .rpic img {
    width: 65px;
    height: 65px;
    transition: all 1s;
}
.xzph_list ul li .tit {
	margin-top: 0px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xzph_list ul li span.tit a {
    font-size: 14px;
    line-height: 25px;
    color: #7e7e7e;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: initial;
}
.xzph_list ul li span.time { 
	margin-top: 0px;   
    font-size: 12px;
    color: #adadad;
    display: none;
}

.xzph_list ul li.on span.tit a{
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
	color:#1d1d1d;
}
.xzph_list ul li.on .rpic{
    display: block;
}
.xzph_list ul li.on .time{
    display: block;
    color:#999;
}
.xzph_list ul li.on .tit:before{
    display: none;
}
.xzph_list ul li:hover{
    background:none;
}
.xzph_list ul li.on span.tit a:hover{
	color:#009cff;
}
.xzph_list ul li.on:nth-last-child(1){
    border-bottom:0;
    padding-bottom:5px;
}
.xzph_list ul li button,
.xzph_list ul li a.but{
	margin-top: 6px;
    display: block;
    width: 62px;
    height: 21px;
    border: 1px solid #00ca44;
    color: #00ca44;
    font-size: 14px;
    text-align: center;
    line-height: 23px;
    border-radius: 5px;    
    background: #fff;
    cursor: pointer;
    display: none;
}
.xzph_list ul li.on button,
.xzph_list ul li.on a.but{
	display:inline-block
}
.xzph_list ul li button:hover,
.xzph_list ul li a.but:hover{
    background: #00ca44;
    color: #fff;
}
.rjjiaoc .blocktit dt:before{
	width: 24px;
	height: 23px;
	background-position: -81px -69px;
	vertical-align: -4px;
}
.jiaoc_list dl{
	width: 553px;
	margin-top: 20px;
	border-bottom:#eee dotted 1px;
	padding-bottom: 15px;
	float: left;
}
.jiaoc_list dl:nth-of-type(2n){
	float: right;
}
.jiaoc_list dl:nth-last-child(1),.jiaoc_list dl:nth-last-child(2){
	border-bottom: 0
}
.jiaoc_list dl dt{
	float: left;
	margin-right: 15px;
	width: 222px;
	height: 111px;
	border:#eee solid 1px;
	border-radius:5px;
	box-sizing: border-box;
	overflow: hidden;
}
.jiaoc_list dl dt img{
	width: 222px;
	height: 111px;
	border-radius:5px;
	display: block;
	transition: all 1s;
}
.jiaoc_list dl dt img:hover{
	transform: scale(1.1);
}
.jiaoc_list dl dd{	
	padding-right: 13px;
}
.jiaoc_list dl dd .tit{
	margin-top: 5px;
	font-size: 16px;
	color:#1d1d1d;
	font-weight: bold;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	display: block;
}
.jiaoc_list dl dd .tit:hover{
	color:#009cff;
}
.jiaoc_list dl dd .digest{
	margin-top: 8px;
	font-size: 14px;
	color:#737373;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
    text-overflow: -o-ellipsis-lastline;    
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.jiaoc_list dl dd .other{
	margin-top: 10px;
	font-size: 14px;
	color:#b0b0b0;
}
.jiaoc_list dl dd .other span,.jiaoc_list dl dd .other a{
	/* float: right; */
	color:#b0b0b0;
	margin-left: 10px;
}
.jiaoc_list dl dd .other a:hover{
	color:#009cff;
}

/* 修改软件库板块样式 */
.rjkubox .ztsbox ul li p a{
	max-width: 230px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}
.rjkubox .ztsbox ul li p span{
	font-size: 12px;
	color: #aaa;
}

/* 软件教程更新时间前添加图标  2024-09-23 DULL */
.jiaoc_list dl dd .other time img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -5px;
  }